home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 June / Macworld (1998-06).dmg / Shareware World / Utilities / DTP / scorpbar / Scripts / ReadMe - BarCode Clip < prev    next >
Text File  |  1998-03-16  |  1KB  |  28 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. BarCode Clip
  13.  
  14. This AppleScript™ takes the contents of text on the clipboard and replaces it with the BarCode equivalent graphic. To test, place the text "5001234567890" onto the clipboard and run the script:
  15.  
  16. tell application "Scorpion BarCode"
  17.     activate
  18.     macro "MENU Encode EAN-13"
  19.     macro "CLCK Field  1"
  20.     macro "MENU Edit Paste Data"
  21.     macro "BUTN Press Clip"
  22.     macro "BUTN Press OK"
  23.     macro "MENU File Quit"
  24. end tell
  25.  
  26. The script was created using the ScriptEditor™ program supplied with AppleScript™ system software. The Scorpion BarCode software supports the Script Recording feature within ScriptEditor™ enabling you to create scripts easily and quickly!
  27.  
  28. Please note that references to various known trademarks or registered trademarks of Apple Computer Inc have been made in this document. Such references do not imply any endorsement of, or other affiliations with, Scorpion Research Limited or vice versa. The reference to the known trademarks or registered trademarks names is in an editorial fashion only, and to the benefit of the trademark holder and owner, with no intention of infringement of the trademark.